home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000125.txt < prev    next >
Text File  |  2013-04-03  |  6KB  |  238 lines

  1. /*
  2.  * Copyright (C) 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Google Inc. All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions are
  7.  * met:
  8.  *
  9.  *     * Redistributions of source code must retain the above copyright
  10.  * notice, this list of conditions and the following disclaimer.
  11.  *     * Redistributions in binary form must reproduce the above
  12.  * copyright notice, this list of conditions and the following disclaimer
  13.  * in the documentation and/or other materials provided with the
  14.  * distribution.
  15.  *     * Neither the name of Google Inc. nor the names of its
  16.  * contributors may be used to endorse or promote products derived from
  17.  * this software without specific prior written permission.
  18.  *
  19.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  20.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  21.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  22.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  23.  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  24.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  25.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  26.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  27.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  28.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  29.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30.  */
  31.  
  32. .audits-sidebar-tree-item .icon {
  33.     content: url(Images/resourcesTimeGraphIcon.png);
  34. }
  35.  
  36. .audit-result-sidebar-tree-item .icon {
  37.     content: url(Images/resourceDocumentIcon.png);
  38. }
  39.  
  40. .audit-launcher-view {
  41.     z-index: 1000;
  42.     position: absolute;
  43.     top: 0;
  44.     left: 0;
  45.     right: 0;
  46.     bottom: 0;
  47.     background-color: white;
  48.     font-size: 13px;
  49.     overflow-x: hidden;
  50.     overflow-y: overlay;
  51.     display: none;
  52. }
  53.  
  54. .audit-launcher-view.visible {
  55.     display: block;
  56. }
  57.  
  58. .audit-launcher-view .audit-launcher-view-content {
  59.     position: absolute;
  60.     top: 0;
  61.     left: 0;
  62.     right: 0;
  63.     bottom: 0;
  64.     padding: 0 0 0 16px;
  65.     white-space: nowrap;
  66.     display: -webkit-box;
  67.     text-align: left;
  68.     -webkit-box-orient: vertical;
  69. }
  70.  
  71. .audit-launcher-view h1 {
  72.     padding-top: 15px;
  73. }
  74.  
  75. .audit-launcher-view h1.no-audits {
  76.     text-align: center;
  77.     font-style: italic;
  78.     position: relative;
  79.     left: -8px;
  80. }
  81.  
  82. .audit-launcher-view div.button-container {
  83.     display: -webkit-box;
  84.     -webkit-box-orient: vertical;
  85.     width: 100%;
  86.     padding: 16px 0;
  87. }
  88.  
  89. .audit-launcher-view div.audit-categories-container {
  90.     position: relative;
  91.     top: 11px;
  92.     left: 0;
  93.     width: 100%;
  94.     overflow-y: auto;
  95. }
  96.  
  97. .audit-launcher-view button {
  98.     margin: 0 5px 0 0;
  99. }
  100.  
  101. .audit-launcher-view button:active {
  102.     background-color: rgb(215, 215, 215);
  103.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
  104. }
  105.  
  106. .panel-enabler-view.audit-launcher-view label {
  107.     padding: 0 0 5px 0;
  108.     margin: 0;
  109. }
  110.  
  111. .panel-enabler-view.audit-launcher-view label.disabled {
  112.     color: rgb(130, 130, 130);
  113. }
  114.  
  115. .audit-launcher-view input[type="checkbox"] {
  116.     margin-left: 0;
  117. }
  118.  
  119. .audit-result-view {
  120.     overflow: auto;
  121.     position: absolute;
  122.     top: 0;
  123.     left: 0;
  124.     right: 0;
  125.     bottom: 0;
  126.     display: none;
  127. }
  128.  
  129. .audit-result-view.visible {
  130.     display: block;
  131. }
  132.  
  133. .audit-result-view .severity-severe {
  134.     content: url(Images/errorRedDot.png);
  135. }
  136.  
  137. .audit-result-view .severity-warning {
  138.     content: url(Images/warningOrangeDot.png);
  139. }
  140.  
  141. .audit-result-view .severity-info {
  142.     content: url(Images/successGreenDot.png);
  143. }
  144.  
  145. .audit-result-tree li.parent::before {
  146.     content: url(Images/treeRightTriangleBlack.png);
  147.     float: left;
  148.     width: 8px;
  149.     height: 8px;
  150.     margin-top: 1px;
  151.     padding-right: 2px;
  152. }
  153.  
  154. .audit-result-tree {
  155.     font-size: 11px;
  156.     line-height: 14px;
  157.     -webkit-user-select: text;
  158. }
  159.  
  160. .audit-result-tree > ol {
  161.     position: relative;
  162.     padding: 2px 6px !important;
  163.     margin: 0;
  164.     color: rgb(84, 84, 84);
  165.     cursor: default;
  166.     min-width: 100%;
  167. }
  168.  
  169. .audit-result-tree, .audit-result-tree ol {
  170.     list-style-type: none;
  171.     -webkit-padding-start: 12px;
  172.     margin: 0;
  173. }
  174.  
  175. .audit-result-tree ol.outline-disclosure {
  176.     -webkit-padding-start: 0;
  177. }
  178.  
  179. .audit-result-tree .section .header {
  180.     padding-left: 13px;
  181. }
  182.  
  183. .audit-result-tree .section .header::before {
  184.     left: 2px;
  185. }
  186.  
  187. .audit-result-tree li {
  188.     padding: 0 0 0 14px;
  189.     margin-top: 1px;
  190.     margin-bottom: 1px;
  191.     word-wrap: break-word;
  192.     margin-left: -2px;
  193. }
  194.  
  195. .audit-result-tree li.parent {
  196.     margin-left: -12px
  197. }
  198.  
  199. .audit-result-tree li.parent::before {
  200.     content: url(Images/treeRightTriangleBlack.png);
  201.     float: left;
  202.     width: 8px;
  203.     height: 8px;
  204.     margin-top: 0;
  205.     padding-right: 2px;
  206. }
  207.  
  208. .audit-result-tree li.parent.expanded::before {
  209.     content: url(Images/treeDownTriangleBlack.png);
  210. }
  211.  
  212. .audit-result-tree ol.children {
  213.     display: none;
  214. }
  215.  
  216. .audit-result-tree ol.children.expanded {
  217.     display: block;
  218. }
  219.  
  220. .audit-result {
  221.     font-weight: bold;
  222.     color: black;
  223. }
  224.  
  225. .audit-result img {
  226.     float: left;
  227.     margin-left: -28px;
  228.     margin-top: -1px;
  229. }
  230.  
  231. .audit-launcher-view .progress-bar-container {
  232.     display: inline-block;
  233. }
  234.  
  235. .audit-launcher-view .progress-bar-container .progress-bar-stop-button {
  236.     display: none;
  237. }
  238.